@charset "UTF-8";
/*
通用样式
*/
html, body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, button, textarea, blockquote {
  margin: 0;
  padding: 0;
}

body {
  padding-top:62px;
  font-family: '黑体', Arial,Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
@media(max-width:767px){
  body{padding-top:51px;}
}

li, img, em {
  /*list-style: none;*/
  border: none;
  font-style: normal;
}

a:link, a:visited {
  color: #333;
  text-decoration: none;
}

a:hover, a:active {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
a:focus{
  outline:none;
}
a {
  text-decoration: none;
  color: #333;
}

.container {
  text-align: center;
}

i {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*主体块的padding值*/
/*-----location----------------*/
.location {
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
  padding: 12px 0;
}
.location .container {
  text-align: left;
}
.location .container p i {
  font-size: 22px;
  color: #ed121b;
  margin-right: 5px;
}
.location .container p span {
  margin: 0 5px;
  color:#666;
}
.location .container p a {
  color:#666;
}
.location .container p a:hover {
  color:#ed121b;
}

.location.location_white {
  background: none;
}

/*---------------title--------------------*/
.title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 20px;
  }
}
.title h2 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 24px;
  }
}
.title span {
  display: block;
  width: 40px;
  margin: 10px  auto;
  height: 2px;
  background: #ed121b;
}
.title p {
  color: #999999;
  font-size: 18px;
}
@media (max-width: 767px) {
  .title p {
    font-size: 16px;
  }
}
.title h5 {
  font-size: 14px;
  margin-top: 10px;
}

.title.white h2 {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 991px) {
  .title.white h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title.white h2 {
    font-size: 24px;
  }
}
.title.white span {
  display: block;
  width: 40px;
  margin: 10px  auto;
  height: 1px;
  background: #fff;
}
.title.white p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .title.white p {
    font-size: 16px;
  }
}

/* 导航*/


  #nav {
    background: #fff;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    position:fixed;
    z-index:100000;
    top:0;
    width:100%;
    border-bottom:1px solid #eee;
  }

@media(max-width:767px){
  #rightnav{overflow-y:auto;max-height:290px;}
}


#nav .logo {
  display: inline-block;
  max-width: 265px;
  margin-top:17px;
}
@media (max-width: 991px) {
  #nav .logo {
    max-width: 188px;
  }
}
@media (max-width: 767px) {
  #nav .logo {
    margin-top: 10px;
    float: left;
    margin-left: 15px;
  }
}
#nav .logo img {
  max-width: 100%;
}

#rightnav > ul.nav {
  width: 70%;
  float: right;
}

#rightnav > ul.nav > li {
  width: 14.2857%;
  float: left;
  position: relative;
  padding: 0;
}

#rightnav > ul.nav > li > i {
  position: absolute;
  display: inline-block;
  top: 25px;
  width: 1px;
  height: 12px;
  background: #ddd;
  right: 0;
}

#rightnav > ul.nav > li > a {
  background: none;
  display: inline-block;
  padding: 20px 0;
}
.navbar-default .navbar-nav>li>a{color:#666;}
#rightnav > ul.nav > li.active > a {
  color: #ed121b;
}

#rightnav > ul.nav > li:hover > a {
  color: #ed121b;
  background: none;
}

#rightnav > ul.nav > li > a.icon {
  display: none;
}

#rightnav > ul.nav > li > .ullist {
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  #rightnav > ul.nav > li > .ullist {
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2000;
    padding-top:2px;
  }
  #rightnav > ul.nav > li > .ullist li:hover {
    background: #ed121b;
    color: #fff;
  }
  #rightnav > ul.nav > li > .ullist li>a{white-space:nowrap;}
  #rightnav > ul.nav > li > .ullist li {
    background: rgba(18, 36, 62, 0.7);
  }
  #rightnav > ul.nav > li > .ullist li:last-child {
    border-bottom: none;
  }
  #rightnav > ul.nav > li > .ullist li > a {
    display: block;
    color: #fff;
    padding: 4px 0 4px 0;
    text-align: center;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

  }
}

@media (min-width: 768px) {
  #rightnav > ul.nav > li:hover .ullist {
    display: block;
  }
}
@media (min-width: 768px) {
  #rightnav > ul.nav > li .ullist li a{font-size:12px;}

  #rightnav > ul.nav > li:nth-child(3) .ullist {
    width: 172%;
    overflow: hidden;
  }
  #rightnav > ul.nav > li:nth-child(3) .ullist li a {
    text-align: left !important;
    padding:4px 10px;
  }
  #rightnav > ul.nav > li:nth-child(4) .ullist li a {
    text-align: left !important;
    padding:4px 10px;
  }
}
@media(min-width:1200px){
  #rightnav > ul.nav > li:nth-child(4) .ullist{width:118%;}
}
@media(max-width:1199px) and (min-width:992px){
  #rightnav > ul.nav > li:nth-child(3) .ullist { width: 208%;  }
  #rightnav > ul.nav > li:nth-child(3) .ullist>li>a {padding:4px 10px; }
  #rightnav > ul.nav > li:nth-child(4) .ullist { width: 142%;  }
  #rightnav > ul.nav > li:nth-child(4) .ullist a{ padding:4px 10px;  }
}
@media(max-width:991px) and (min-width:768px){
  #rightnav > ul.nav > li:nth-child(3) .ullist { width: 278%;  }
  #rightnav > ul.nav > li:nth-child(3) .ullist>li>a { padding:4px  10px; }
  #rightnav > ul.nav > li:nth-child(4) .ullist { width: 188%;  }
  #rightnav > ul.nav > li:nth-child(4) .ullist a{ padding:4px 10px; }
}
@media (min-width: 1200px) {
  #rightnav > ul.nav > li > .ullist > li > a {
    line-height: 24px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #rightnav > ul.nav > li > .ullist > li > a {
    font-size: 12px;
    line-height:20px;
  }
}
@media (max-width: 767px) {
  #rightnav > ul.nav > li > .ullist {
    display: none;
  }

  #rightnav > ul.nav > li.dakai > .ullist {
    display: block;
  }

  #rightnav > ul.nav {
    width: 100%;
    margin: 0;
  }

  #rightnav > ul.nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 0;
    text-align: left;
  }

  #rightnav > ul.nav > li > i {
    display: none;
  }

  #rightnav > ul.nav > li > a {
    padding: 10px 0;
  }

  #rightnav > ul.nav > li > a.icon {
    float: right;
    display: block;
    padding: 9px;
  }
  #rightnav > ul.nav > li > a.icon i:before {
    font-size: 16px;
  }

  #rightnav > ul.nav > li.dakai > a.icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: rotate linear 20.4s;
    -moz-transition: rotate linear 8.4s;
    -o-transition: rotate linear 8.4s;
    -ms-transition: rotate linear 8.4s;
    transition: rotate linear 20.4s;
  }

  #rightnav > ul.nav > li > .ullist > li {
    border-bottom: 1px solid #eee;
  }
  #rightnav > ul.nav > li > .ullist > li:last-child {
    border-bottom: none;
  }
  #rightnav > ul.nav > li > .ullist > li:first-child {
    border-top: 1px solid #eee;
  }
  #rightnav > ul.nav > li > .ullist > li a {
    display: block;
    padding: 4px 0 4px 10px;
    color:#666;
  }
  #rightnav > ul.nav > li > .ullist > li a:hover {
    color: #ed121b;
  }
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
}

.navbar-default .navbar-toggle {
  background: #ed121b;
  border-color: #ed121b;
}
.navbar-default .navbar-toggle:hover {
  background: #ed121b;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

#search {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

/*search遮罩层*/
#cover_all {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000000;
  /*z-index: 30000;*/
}
#cover_all .cover_nav {
  background: #fff;
}
#cover_all .cover_nav a.search_logo {
  float: left;
  max-width:265px;
  margin-top: 17px;
}
#cover_all .cover_nav a.search_logo img {
  max-width: 100%;
}
#cover_all .cover_nav a.search_logo img:hover {
  opacity: 0.5;
}
#cover_all .cover_nav .form_search {
  position: relative;
  float: left;
  width: 51%;
  margin-left: 12%;
}
#cover_all .cover_nav .form_search form {
  margin: 14px 0;
  width: 100%;
}
#cover_all .cover_nav .form_search form .form-group {
  margin-bottom: 0;
  position: relative;
}
#cover_all .cover_nav .form_search form .form-group .input-group {
  width: 100%;
}
#cover_all .cover_nav .form_search form .form-group input {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cover_all .cover_nav .form_search form .form-group input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cover_all .cover_nav .form_search form .form-group button {
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 5px;
  z-index: 10;
  background: none;
  border: none;
}
#cover_all .cover_nav .form_search form .form-group button:focus {
  outline: none;
}
#cover_all .cover_nav .form_search .relate_link {
  text-align: left;
  position: absolute;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  top: 60px;
  /*left: -12px;*/
  width: 100%;
  padding: 20px 0 15px 0;
}
#cover_all .cover_nav .form_search .relate_link h4 {
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 24px;
  color: #888;
}
#cover_all .cover_nav .form_search .relate_link ul li a {
  padding: 3px 38px;
  display: block;
  color: #666;
}
#cover_all .cover_nav .form_search .relate_link ul li a:hover {
  background: #F2F2F2;
  color: #0070c9;
}
#cover_all .cover_nav span.gb {
  float: right;
  width: 13%;
  display: inline-block;
  margin-top: 20px;
  text-align: center;

}
#cover_all .cover_nav span.gb i {
  cursor: pointer;
  font-size: 14px;
  color: #888;
  -webkit-transition: opacity linear 0.4s;
  -moz-transition: opacity linear 0.4s;
  -o-transition: opacity linear 0.4s;
  -ms-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
#cover_all .cover_nav span.gb i:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  #cover_all .cover_nav a.search_logo {
    display: none;
  }
  #cover_all .cover_nav .form_search .relate_link{
    padding:15px 0 10px 0;
  }
  #cover_all .cover_nav .form_search {
    width: 80%;
    margin: 0 10%;
    padding-top: 0;
  }

  #cover_all .cover_nav .form_search form {
    margin: 10px 0;
  }

  #cover_all .cover_nav {
    position: relative;
  }

  #cover_all .cover_nav span.gb {
    float: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 17px;
    margin-top: 0;
  }

  #cover_all .cover_nav .form_search .relate_link h4 {
    padding-left: 10px;
  }

  #cover_all .cover_nav .form_search .relate_link ul li a {
    padding: 3px 15px;
  }

  #cover_all .cover_nav .form_search .relate_link {
    top:54px;
    left: 0;
  }
}

/*index_product*/
.index_product {
  position: relative;
  padding: 40px 0;
}
.index_product .item {
  margin: 90px 0;
}
@media (max-width: 767px) {
  .index_product .item {
    margin: 40px 0;
  }
}
.index_product .owl-nav {
  display: none;
}
.index_product .owl-dots {
  margin-top: 30px;
}
.index_product .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
}
.index_product .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid red;
  border-radius: 50%;
}
.index_product .owl-dots .owl-dot.active > span {
  background: #ed121b;
}

.index_product #demo .owl-item:hover .item img{
  box-shadow: 1px 1px 9px 1px #ccc;
}
/*-----------index_message---------------*/

.banner_index  .bg_text{
  padding:15% 0;
}
.banner_index  .bg_text img{
 width:100%;
}
#banner .bg_text img{width:100%;}
.index_message {
  background:rgba(234,235,236,0.9);
}
.index_message .msg_box{position:relative;top:-60px;}
.index_message .top{overflow:hidden;}
.index_message  .left{float:left;width:32%; padding:30px;background:#fff;}
.index_message  .right{float:left;width:68%;padding-left:30px;}
.index_message  .msg_text{background:#fff;padding:40px 30px 64px 30px;position:relative;}
.index_message  .msg_text .bot{background:#898989;color:#fff;font-size:13px;padding:20px 30px;position:absolute;bottom:0;left:0;width:100%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index_message  .msg_text .bot a{color:#fff;}
.index_message  .msg_text .bot:hover{background:#ed121b;  }
.index_message  .msg_text .bot:hover span{background:#6f0d13;  }
.index_message  .bottom .left .bot:hover{background:#ed121b;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index_message  .bottom .left .bot:hover>span{background:#c3151e;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index_message  .bottom .left .bot:hover>span>span{background:#6f0d13;}
.index_message  .msg_text .bot span{background:#616161;padding:0 4px 5px 4px;margin-right:10px;}
.index_message  .msg_text .content{margin:15px 0 30px;}
.index_message  .right {text-align:left;}
.index_message  .left{text-align:left;}
.index_message  .title {margin-bottom:0;}
.index_message  .title h2{font-size:30px;}
.index_message    .title p{font-size:14px;position:relative;top:-5px;}
#msg_pic{width:100%;}
.index_message .top .left .title h3{font-size:24px;text-align:left;}
.index_message .top .left .title p{font-size:14px;text-align:left;}

.index_message .top .left .title{margin-top:30px;margin-bottom:0;}
.index_message .title span {display:inline-block;}
.index_message .bottom ul{overflow:hidden;padding:20px 30px  30px;}
.index_message .bottom ul>li{float:left;width:50%;color:#666;}
.index_message .bottom ul>li{padding:2px 0;}
.index_message .bottom .left{position:relative;padding:0;padding-bottom:64px;}
.index_message .bottom .left .title{margin-bottom:0;
  background:url(../img/left_y_bg.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  padding:30px 30px 10px}
.index_message .bottom .left .title h2{color:#fff;}
.index_message .bottom .left .title p{color:#fff;}
.index_message .bottom .left .title span{background:#fff;}
.index_message .bottom .left .bot{background:#cea35f;position:absolute;bottom:0;left:0;width:100%;}
.index_message .bottom .left .bot>span{float:left;display:inline-block;background:#c19145;padding: 20px 30px 19px 30px;margin-right:10px;}
.index_message .bottom .left .bot>span>span{padding:3px 4px 3px 4px;display:inline-block;background:#886631;line-height: 1;}
.index_message .bottom  .left .bot>a{display:block;padding:20px  0 20px 10px;color:#fff;}

@media(max-width:1199px){
  .index_message  .left{padding:30px 20px;}
  .index_message .bottom .left .title{padding:30px 20px 10px;}
  .index_message .bottom ul{padding:20px 10px  30px;}
}
@media(max-width:991px){
  .index_message .bottom ul>li{padding:3px 0;}
  .index_message  .left{padding:34px 20px;}
  .index_message  .msg_text{padding:20px 15px 64px 15px;}
  .index_message .bottom .left .title{padding:20px 20px 10px;}
  .index_message .top  .msg_text{margin-bottom:20px;}
  .index_message .bottom ul {padding:15px 10px 15px;max-height:230px;}
  .index_message .top .left .title h3{font-size:20px;}
  .index_message  .title h2{font-size:26px;}
}
@media(max-width:767px){
  .index_message .msg_box{position:static;padding-top: 15px;}
  .index_message .top .left .title h3{font-size:22px;text-align:left;}
  .index_message  .title h2{font-size:24px;}
  .index_message  .top .left{padding:10px;}
  .index_message  .msg_text .content{ margin: 10px 0 20px;}
  .index_message  .msg_text .bot{padding:15px 10px;}
  .index_message  .msg_text{padding:20px 10px 54px 10px;}
  .index_message .bottom  .left .bot>a{padding:15px 0 15px 10px;}
  .index_message .bottom .left .title{padding:20px 10px 10px;}
  .index_message .bottom .left .bot>span{padding: 15px 30px 14px 30px;}
  .index_message  .left{float:none;width:100%; padding:30px;margin-bottom:15px;}
  .index_message  .right{float:none;width:100%;padding-left:0}
}
#msg_pic .owl-nav {
  display: none;
}
#msg_pic{position:relative;}
#msg_pic .owl-dots {
  position:absolute;
  bottom:10px;
  width:100%;
  text-align:center;
}
#msg_pic  .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 4px;
}
#msg_pic  .owl-dots .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 1px;
  background:#8d8d8e;
}
#msg_pic  .owl-dots .owl-dot.active > span {
  background: #fff;
}


/*index_news------------------------------*/
.index_news {
  background-image: url(../img/index_news_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}
.index_news .box {
  text-align: center;
  background: #fff;
  padding: 60px 30px;
}
.index_news .box .left {
  float: left;
  width: 49%;
 overflow:hidden;
}
@media (max-width: 991px) {
  .index_news .box .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.index_news .box .left a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.index_news .box .left a img {
  width: 100%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.index_news .box .left a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_news .box .right {
  float: right;
  width:51%;
  padding-left:30px;
}
.index_news .box .left a{display:none;}
.index_news .box .left a:first-child{display:block;}



@media (max-width: 991px) {
  .index_news .box .right {
    width: 100%;
    padding-left:0;
  }
}
.index_news .box .right li {
  margin-bottom: 24px;
  position:relative;
}
@media (max-width: 1199px) {
  .index_news .box .right li {
    margin-bottom: 18px;
  }
}
.index_news .box .right li:last-child {
  margin-bottom: 0;
}
.index_news .box .right li a.date {
  float: left;
  padding: 10px;
  background: #999;
  display: inline-block;
}

.index_news .box .right li a.date:hover {
  background: #ed121b;
  color: #fff;
}
.index_news .box .right li .date.active{
  background: #ed121b;
  color: #fff;
}
.index_news .box .right li .date.active:before{
 content:'';
  display:block;
  width:20px;
  height:20px;
  border:10px solid transparent;
  border-right-color:#fff;
  position:absolute;
  top:35%;
  left:-49px;
}

.index_news .box .right li a.date h1 {
  font-size: 42px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 2px;
  color: #fff;
}
.index_news .box .right li a.date h4 {
  font-size: 16px;
  margin-top: 6px;
  color: #fff;
}
.index_news .box .right li .text {
  padding-left: 90px;
  text-align: left;
}
.index_news .box .right li .text h3 {
  font-size: 16px;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.index_news .box .right li .text h3 a:hover {
  color: #ed121b;
}
.index_news .box .right li .text .news_text{
  max-height:48px;
  line-height:24px;
  overflow:hidden;
}
.index_news .box .right li .text p {
  font-size: 14px;
  color: #666;
}
.index_news .box p.more {
  text-align: center;
  margin-top: 30px;
}
.index_news .box p.more a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 25px;
  font-size: 16px;
  color: #ccc;
}
.index_news .box p.more a:hover {
  background: #ed121b;
  border-color: #ed121b;
  color: #fff;
}
@media(max-width:991px){
  .index_news .box .right li .date.active:before{display:none;}
  .index_news .box .right li a.date{padding:5px;}
  .index_news .box .right li .text{padding-left:80px;}
  .index_news .box .right li a.date h1{font-size:38px;}
}
/*about页面--------------------------------*/
.location.about {
  background: none;
}

.about {
  /*CULTURE*/
}
.about .profile {
  background: #f8f8f8;
  padding: 40px 0;
}
.about .profile .content p {
  margin-bottom: 20px;
  text-align:left;
  text-indent:28px;
}
@media(max-width:767px){
  .about .profile .content p {
    margin-bottom: 10px;
  }
}
.about .culture {
  background-image: url(../img/index_news_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about .culture .bg_cover {
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.6);
}
.about .culture .left {
  float: left;
  width: 47%;
}
@media (max-width: 991px) {
  .about .culture .left {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .about .culture .left {
    overflow: hidden;
  }
}
.about .culture .right {
  float: right;
  width: 49%;
  margin-bottom: 20px;
}
.about .culture .right .box {
  position: relative;
  background: url(../img/rectangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 20px 20px 20px 45px;
}
.about .culture .right .box p {
  text-indent: 28px;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .about .culture .right {
    width: 100%;
    margin-top: 30px;
  }
  .about .culture .right .box:before {
    display: none;
  }
}

/*honor*/
.honor {
  background: #f8f8f8;
  padding: 40px 0;
}

.honor .honor_apitude a {
  display: block;
  width: 100%;
}
.honor  .honor_apitude a img {
  width: 100%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.honor  .honor_apitude .owl-item>div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.honor .honor_apitude  p {
  padding:12px 0;
  /*border: 1px solid #ddd;*/
}
.honor .honor_apitude .owl-item>div:hover p {
  background: #ed121b;
  color: #fff;
  border-color: #ed121b;
}
.honor .honor_apitude{position:relative;}
.honor .honor_apitude.top{margin-bottom:20px;}
.honor .honor_apitude .owl-nav i{font-size:24px;color:#666;opacity:0.6;}
.honor .honor_apitude .owl-nav i:hover{opacity:1;cursor:pointer;}
.honor .honor_apitude .owl-prev{display:inline-block;position:absolute;top:40%;left:-30px;}
.honor .honor_apitude .owl-next{display:inline-block;position:absolute;top:40%;right:-30px;}

@media(max-width:767px){
  .honor .honor_apitude .owl-nav i{font-size:20px;}
  .honor .honor_apitude .owl-prev{left:-15px;}
  .honor .honor_apitude .owl-next{right:-15px;}
}

.intro {
  margin-bottom: 140px;
  position: relative;
}
.intro img.img_cover {
  width: 100%;
}
@media (max-width: 1500px) {
  .intro {
    margin-bottom: 190px;
  }
}
@media (max-width: 1199px) {
  .intro {
    margin-bottom: 240px;
  }
}
@media (max-width: 991px) {
  .intro {
    margin-bottom: 220px;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .intro .title h2 {
    color: #333;
  }
  .intro .title span {
    background: #ed121b;
  }
  .intro .title p {
    color: #999999;
  }
}
@media (min-width: 768px) {
  .intro .bot {
    position: absolute;
    top: 40px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .intro .bot {
    padding: 40px 0;
  }
}
.intro .bot .department li {
  color: #fff;
  padding: 20px 10px 10px;
  background: #666;
  float: left;
  width: 18.4%;
  margin-right: 2%;
  -webkit-transition:all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;

}
@media (max-width: 991px) {
  .intro .bot .department li {
    width: 19.2%;
    margin-right: 1%;
  }
}
.intro .bot .department li:last-child {
  margin-right: 0;
}
.intro .bot .department li span {
  font-size: 40px;
}
.intro .bot .department li h3 {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
.intro .bot .department li p {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-height: 48px;
  line-height: 24px;
}
.intro .bot .department li p:after {
  content: "...";
}
.intro .bot .department li a {
  display: block;
  width: 100%;
}
.intro .bot .department li a img {
  width: 100%;
}
.intro .bot .department li a.more {
  background: #fff;
  color: #ed121b;
  width: 76px;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .intro .bot .department li a.more {
    display: none;
  }
}
@media (max-width: 1199px) {
  .intro .bot .department li h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .intro .bot .department li {
    padding: 10px 4px 5px;
  }
  .intro .bot .department li span {
    font-size: 30px;
  }
  .intro .bot .department li h3 {
    font-size: 14px;
  }
  .intro .bot .department li p {
    font-size: 13px;
  }
  .intro .bot .department li a.more {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .intro .bot .department li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .intro .bot .department li:nth-child(2n) {
    margin-right: 0;
  }
}
.intro .bot .department li:hover {
  background: #ed121b;
  color: #fff;
}
.intro .bot .department li:hover span {
  color: #fff;
}
.intro .bot .department li:hover a.more {
  display: block;
}

/*news----------------------------------------*/
.news_page {
  /*background: #f8f8f8;*/
  padding-top: 30px;
}
.news_page .left {
  float: left;
  width: 18%;
  background: #fff;
}
@media (max-width: 767px) {
  .news_page .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news_page .left > ul > li > a {
  display: block;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background: #ed121b;
  border: 1px solid #ed121b;
}
.news_page .left ul.detail_nav li {
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid transparent;
}
.news_page .left ul.detail_nav li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.news_page .left ul.detail_nav li a {
  display: block;
  padding: 10px;
  font-size: 16px;
}
.news_page .left ul.detail_nav li a img {
  margin-top:-4px;
  margin-right: 6px;
}
.news_page .left ul.detail_nav li a:hover {
  background: #f8f8f8;
}
.news_page .left ul.detail_nav li.active a {
  background: #f8f8f8;
}
.news_page .right {
  text-align: left;
  float: right;
  width: 82%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .news_page .right {
    width: 100%;
    padding-left: 0;
  }
}
.news_page .right .xw_text {
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  -webkit-transition:all linear 0.4s;
  -moz-transition:all linear 0.4s;
  -o-transition:all linear 0.4s;
  -ms-transition:all linear 0.4s;
  transition:all linear 0.4s;
}
.news_page .right .xw_text:first-child {
  margin-top: 0;
}
.news_page .right .xw_text > a.img {
  float: left;
  width: 30%;
  display: block;
  overflow: hidden;
}
.news_page .right .xw_text > a.img img {
  width: 100%;
  margin: 0;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.news_page .right .xw_text > a.img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .news_page .right .xw_text > a.img {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .news_page .right .xw_text > a.img a {
    display: block;
    width: 100%;
  }
  .news_page .right .xw_text > a.img a img {
    width: 100%;
  }
}
.news_page .right .xw_text .xw_right {
  float: right;
  width: 70%;
  padding-left: 20px;
}
.news_page .right .xw_text .xw_right .xw_right_text {
  height: 72px;
  line-height: 24px;
  overflow:hidden;
}
@media(max-width:1199px)and(min-width:768px){
  .news_page .right .xw_text .xw_right .xw_right_text {
    height: 44px;
    line-height: 22px;
  }
  .news_page .right .xw_text .xw_right .more{margin-top:5px;}
}

@media (max-width: 767px) {
  .news_page .right .xw_text .xw_right {
    width: 100%;
    padding-left: 0;
  }
}
.news_page .right .xw_text .xw_right .heading {
  margin: 6px 0;
}
.news_page .right .xw_text .xw_right .heading > a {
  font-size: 16px;
}
.news_page .right .xw_text .xw_right p {
  position: relative;
  color: #666;
}
.news_page .right .xw_text .xw_right .more {
  margin-top: 10px;
}
.news_page .right .xw_text .xw_right a.know_more {
  display: inline-block;
  float: right;
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 3px  10px;
  text-align: center;
  color: #999;
}
.news_page .right .xw_text span {
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #999;
}
.news_page .right .xw_text:hover {
  background: #ed121b;
  color: #fff;
}
.news_page .right .xw_text:hover .heading > a {
  color: #fff;
}
.news_page .right .xw_text:hover a.know_more {
  background: #fff;
  color: #ed121b;
  border-color: #ed121b;
}
.news_page .right .xw_text:hover .xw_right p {
  color: #fff;
}
.news_page .right .xw_text:hover .xw_right .more span {
  color: #fff;
}

/*news_info*/
.news_info {
  background: #f8f8f8;
  padding-top: 10px;
}
.news_info .detail_right {
  margin-top: -10px;
}
.news_info .relate_news {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news_info .relate_news {
    margin-top: 30px;
  }
}
.news_info .bot_detail .detail_content .detail_left > div.relate_news{display:block!important;}
.news_info .relate_news h3 {
  font-size: 18px;
  text-align: left;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.news_info .relate_news h3 i {
  color: #888;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.news_info .relate_news li {
  margin: 3px 0;
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px dotted #ddd;
}
.news_info .relate_news li>a{display:inline-block;width:80%;
 text-overflow:ellipsis;;
  overflow:hidden;
  white-space:nowrap;
}
.news_info .relate_news li span{float:right;display:block;text-align:right;width:20%;color: #999;}
.news_info .relate_news li i{margin-right:3px;color: #666;}
.news_info .relate_news li a:hover{color:#ed121b;}

@media (max-width: 767px) {
  .news_info .relate_news li{  padding:0;  }
  .news_info .relate_news li a{width:70%;  }
  .news_info .relate_news li span{  width:30%; }

}

.news_info_left {
  border: 1px solid #ddd;
  padding: 25px;
  background: #fff;
}
.news_info_left .detail_title {
  text-align: center;
  margin-bottom: 20px;
}
.news_info_left .detail_title h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}
.news_info_left .detail_title span {
  margin: 0 5px;
  color: #999;
}
@media (max-width: 767px) {
  .news_info_left .detail_title {
    text-align: left;
  }
  .news_info_left .detail_title h2 {
    text-align: left;
  }
}
.news_info_left .top_text {
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 15px;
}
.news_info_left img {
  max-width: 100%;
  margin: 20px 0;
}
@media(max-width:991px){
  .news_info_left{padding:20px 10px 10px 10px}
}
@media (max-width: 767px) {
  .news_info_left img {
    max-width: 100%;
  }
}

/*product---------------------------*/
.product_page .product_mode {
  padding-top: 50px;
}

.product_page .product_mode .top .mode_box {
  position: relative;
}

.product_page .product_mode .top a.p_img {
  display: block;
  width: 25%;
  position: absolute;
  top: 0;
  padding: 8px;
  background: #fff;
}

.product_page .product_mode .top a.p_img img {
  width: 100%;
}

.product_page .product_mode .top .text {
  float: right;
  width: 73%;
  text-align: left;
}
.product_page .product_mode .top .text p {
  color: #666;
}
.product_page .product_mode .top .text p a {
  color: #666;
}

.product_page .product_mode .top .text h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.product_page .product_mode .top .text h3>a:hover{color:#ed121b;}
.product_page .product_mode .top .text h3:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background:#ed121b;;
  position: absolute;
  bottom: 0;
}
.product_page .product_mode .top .text h3:before > a:hover {
  color: #ed121b;
}

.product_page .product_mode .top .text a.more {
  display: inline-block;
  margin: 30px 0;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
}
.product_page .product_mode .top .text a.more i {
  color: #666;
}
.product_page .product_mode .top .text a.more:hover {
  border-color: #ed121b;
  background: #ed121b;
}
.product_page .product_mode .top .text a.more:hover i {
  color: white;
}

.product_page .product_mode .bottom {
  padding: 10px 0;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .product_page .product_mode .bottom:hover {
    background: #ed121b;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .product_page .product_mode .bottom:hover a.zixun {
    border-color: #ed121b;
  }
  .product_page .product_mode .bottom:hover a.zixun i {
    color: #ed121b;
  }
  .product_page .product_mode .bottom:hover a.zixun span {
    color: #ed121b;
  }
  .product_page .product_mode .bottom:hover .fl ul li > a {
    color: #fff;
  }
}

.product_page .product_mode .bottom .fl {
  position: relative;
}

.product_page .product_mode .bottom .fl ul {
  width: 50%;
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  .product_page .product_mode .bottom .fl .ul_box {
    height: 162px;
  }
}
.product_page .product_mode .bottom .fl ul li {
  margin: 7px 0;
}
.product_page .product_mode .bottom .fl ul li a {
  color: #666;
}

.product_page .product_mode:nth-child(odd) .bottom .fl ul li span {
  margin-right: 5px;
}

.product_page .product_mode .bottom .fl a.zixun {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  top: 46px;
}
.product_page .product_mode .bottom .fl a.zixun i {
  font-size: 30px;
}

.product_page .product_mode .bottom .fl a.zixun span {
  display: block;
  font-size: 14px;
}

/*even*/
.product_page .product_mode:nth-child(odd) .top a.p_img {
  left: 0;
}

.product_page .product_mode:nth-child(even) .top a.p_img {
  right: 0;
}

.product_page .product_mode:nth-child(odd) .top .text h3:before {
  left: 0;
}

.product_page .product_mode:nth-child(even) .top .text {
  float: left;
  text-align: right;
}
.product_page .product_mode:nth-child(even) .top .text h3:before {
  right: 0;
}

.product_page .product_mode:nth-child(odd) .bottom .fl {
  margin-left: 27%;
  padding-right: 85px;
}

.product_page .product_mode:nth-child(even) .bottom .fl {
  margin-right: 27%;
  padding-left: 85px;
}

.product_page .product_mode:nth-child(even) .bottom .fl ul {
  float: right;
  text-align: right;
}

.product_page .product_mode:nth-child(even) .bottom .fl ul > li span {
  margin-left: 5px;
}

.product_page .product_mode:nth-child(odd) .bottom .fl a.zixun {
  right: 0;
}

.product_page .product_mode:nth-child(even) .bottom .fl a.zixun {
  left: 0;
}

@media (min-width: 768px) {
  .product_page .product_mode .top .text .mode_text {
    height: 72px;
    overflow:hidden;
  }
}
@media (max-width: 991px) {
  .product_page .product_mode:nth-child(odd) .bottom .fl {
    margin-left: 0;
  }

  .product_page .product_mode:nth-child(even) .bottom .fl {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product_page .product_mode {
    padding-top: 20px;
  }

  .product_page .product_mode .bottom .fl .ul_box {
    max-height: 162px;
  }

  .product_page .product_mode:nth-child(odd) .bottom .fl {
    padding-right: 0;
  }

  .product_page .product_mode:nth-child(even) .bottom .fl {
    padding-left: 0;
  }

  .product_page .product_mode .bottom .fl a.zixun {
    display: none;
  }

  .product_page .product_mode:nth-child(even) .top .text {
    float: left;
  }

  .product_page .product_mode:nth-child(even) .top a.p_img {
    float: right;
  }

  .product_page .product_mode .top a.p_img {
    padding: 0;
    position: static;
    float: left;
  }

  .product_page .product_mode .top .text h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .product_page .product_mode .top .text .mode_text {
    height: 88px;
    line-height: 22px;
    overflow:hidden;
  }

  .product_page .product_mode .top .text a.more {
    display: none;
  }

  .product_page .product_mode .top .mode_box {
    margin-bottom: 20px;
  }

  .product_page .product_mode .top .text span {
    margin-bottom: 0;
    position: relative;
    top: -8px;
    display: inline-block;
    line-height: 10px;
  }

  .product_page .product_mode .bottom .fl ul {
    width: 100%;
  }

  .product_page .product_mode .bottom .fl a.zixun {
    padding: 20px;
    top: 28px;
  }
}
@media (max-width: 375px) {
  .product_page .product_mode .top .text h3 {
    font-size: 16px;
  }
}
.product_page .product_mode .text p > a.ckxq:hover {
  color: #ed121b;
}
@media(min-width:768px){
  .product_page .product_mode .bottom:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff!important;}
}
/*------product_list-----------------------------------*/
.location.product_list {
  background: none;
}

.list_top {
  background: #f8f8f8;
  padding: 30px 0;
  border-bottom:1px solid #eee;
}
.list_top span {
  float: left;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  font-size: 16px;
	background:#fff;

}
.list_top span.active {
  background: red;
  color: #fff;
}
.list_top span.active:after {
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  border-left: 7px solid red;
  position: absolute;
  right: -13px;
  top: 8px;
}
@media (max-width: 767px) {
  .list_top span {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .list_top span:after {
    display: none;
  }
}
.list_top .all_sort {
  text-align: left;
  padding-left: 160px;
}
@media (max-width: 767px) {
  .list_top .all_sort {
    display: block;
    padding-left: 0;
  }
}
.list_top .all_sort > a {
  display: inline-block;
  padding: 0 3px;
  margin: 3px 10px;
  position: relative;
  top: 5px;
  line-height: 20px;
}
.list_top .all_sort > a.active {
  background: red;
  color: #fff;
}
.list_top .all_sort > a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  border-left-color: transparent;
  border-bottom-color: transparent;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -22px;
  left: 25%;
  opacity: 0;
}
@media (max-width: 767px) {
  .list_top .all_sort > a:after {
    display: none;
  }
}
.list_top .all_sort > a.active:after {
  opacity: 1;
}
.list_top .all_sort .detail {
  padding: 10px;
}
.list_top .all_sort .detail>div {
  margin-top: 8px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  margin-left: 10px;
}
.list_top .all_sort .detail div {
  display: none;
}
.list_top .all_sort .detail div#t1 {
  display: block;
}
.list_top .all_sort .detail p {
  margin-bottom: 5px;
}
.list_top .all_sort .detail p a {
  display: inline-block;
  padding: 0 3px;
  margin: 0 10px;
  line-height: 20px;
  color: #666;
}
@media(max-width:767px){
  .list_top .all_sort .detail>div{
    margin-left:0;
    padding:10px 0;
  }
  .list_top .all_sort .detail{padding:0;}
  .list_top .all_sort > a{padding:3px 5px;}
}






.product_list h2 {
  text-align: left;
  padding: 24px 0;
  display:none;
}
.product_list h2 span {
  font-size: 18px;
  margin: 0 5px;
}
.product_list h2 a {
  font-size: 18px;
}
.product_list h2 i {
  margin-right: 6px;
  position: relative;
  top: -2px;
  color: #888;
}
.product_list .heading {
  background: #f8f8f8;
  margin-top: 20px;
  border-top:1px solid #eee;
}
.product_list .heading span {
  position: relative;
  font-size: 18px;
  background: #ed121b;
  color: #fff;
  display: block;
  float: left;
  width: 170px;
  padding: 7px 0;
}
.product_list .heading span:after {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  left: 78px;
}
.product_list .heading p {
  float: right;
}
.product_list .heading p a {
  margin-right: 30px;
  padding: 7px 0;
  display: inline-block;
}
.product_list .heading p a i {
  color: #888;
}
.product_list ul {
  margin-top: 15px;
}
.product_list ul li {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #d8d8d8;
}
.product_list ul li > a {
  float: left;
  display: block;
  overflow: hidden;
  width: 30%;
}
@media (max-width: 767px) {
  .product_list ul li > a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product_list ul li > a img {
  width: 100%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.product_list ul li > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product_list ul li .right {
  float: right;
  width: 70%;
  padding-left: 30px;
  text-align: left;
}
.product_list ul li .right p{color:#666;}
@media (max-width: 767px) {
  .product_list ul li .right {
    width: 100%;
    padding-left:0;
  }
}
.product_list ul li .right h3 {
  border-bottom: 1px dotted #ddd;
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.product_list ul li .right h3>a:hover{color:#ed121b;}
.product_list ul li .right li {
  margin-bottom: 8px;
}
.product_list ul li .right div {
  margin-top: 20px;
}
.product_list ul li .right div a.icon {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #888;
  background: #f8f8f8;
  margin-right: 6px;
}
.product_list ul li .right div a.icon i {
  position: relative;
  left: 6px;
  font-size: 16px;
}
.product_list ul li .right div a.icon:hover {
  background: #ed121b;
  border-color: #ed121b;
}
.product_list ul li .right div a.icon:hover i {
  color: #fff;
}
.product_list ul li .right a.xq {
  border: 1px solid #ddd;
  color:#666;
  float: right;
  padding: 4px 12px;
  background: #f8f8f8;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.product_list ul li .right a.xq:hover {
  background: #ed121b;
  color: #fff;
  border: 1px solid #ed121b;
}

/*product_list_info*/
.detail_top {
  padding: 30px 0;
  background: #f8f8f8;
  border-bottom:1px solid #eee;
  margin-bottom:20px;
}
.detail_top .box {
  overflow: hidden;
}
.detail_top .box .left {
  position: relative;
  float: left;
  width: 48%;
  /*左右切换*/
}
@media (max-width: 767px) {
  .detail_top .box .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.detail_top .box .left .page .bg {
  display: inline-block;
  border: 30px solid #ed121b;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  opacity: 0.6;
  -webkit-transition: opacity linear 0.3s;
  -moz-transition: opacity linear  0.3s;
  -o-transition: opacity linear  0.3s;
  -ms-transition: opacity linear  0.3s;
  transition: opacity linear  0.3s;
}
.detail_top .box .left .page .num {
  position: absolute;
  right: 0;
  top: 7px;
  width: 37px;
  z-index: 110;
  opacity: 0.6;
  color: #fff;
  -webkit-transition: opacity linear 0.3s;
  -moz-transition: opacity linear  0.3s;
  -o-transition: opacity linear  0.3s;
  -ms-transition: opacity linear  0.3s;
  transition: opacity linear  0.3s;
}
.detail_top .box .left .page:hover .bg, .detail_top .box .left .page:hover .num {
  opacity: 1;
}
.detail_top .box .left .owl-nav i {
  position: absolute;
  top: 45%;
  background: #d8d8d8;
  padding: 5px 2px;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear  0.4s;
  -o-transition: all linear  0.4s;
  -ms-transition: all linear  0.4s;
  transition: all linear  0.4s;
  opacity: 0.6;
}
.detail_top .box .left .owl-nav .prev > i {
  left: 0;
}
.detail_top .box .left .owl-nav .next > i {
  right: 0;
}
.detail_top .box .left .owl-nav i:hover {
  background: #ed121b;
  color: #fff;
}
.detail_top .box .right {
  float: right;
  width: 52%;
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .detail_top .box .right {
    width: 100%;
    padding: 0;
  }
}
.detail_top .box .right h3 {
  font-size: 18px;
  margin: 15px 0 15px;
}
.detail_top .box .right p {
  margin-bottom: 5px;
  color:#666;
}
@media (max-width: 991px) {
  .detail_top .box .right h3 {
    margin: 5px 0 5px;
  }
  .detail_top .box .right p {
    margin-bottom: 2px;
  }
}
.detail_top .box .right .icon {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .detail_top .box .right .icon {
    margin: 10px 0 15px;
  }
}
.detail_top .box .right .icon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 50%;
}
.detail_top .box .right .icon a i {
  position: relative;
  left: 6px;
  font-size: 16px;
  color: #888;
}
.detail_top .box .right .icon a:hover {
  background: #ed121b;
  border-color: #ed121b;
}
.detail_top .box .right .icon a:hover i {
  color: #fff;
}
.detail_top .box .right a.more {
  display: inline-block;
  background: #ed121b;
  color: #fff;
  padding: 5px 20px;
  font-size: 16px;
}

.bot_detail ul.sort {
  background: #f0eeee;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .bot_detail ul.sort {
    display: block;
    overflow: hidden;
  }
}
.bot_detail ul.sort li {
  display: table-cell;
  -webkit-transition: background linear 0.3s;
  -moz-transition: background  linear  0.3s;
  -o-transition: background  linear  0.3s;
  -ms-transition: background  linear  0.3s;
  transition: background  linear  0.3s;
}
@media (max-width: 767px) {
  .bot_detail ul.sort li {
    width: 33.3%;
    float: left;
  }
}
.bot_detail ul.sort li a {
  display: block;
  width: 100%;
  border-right: 1px solid #fff;
  padding: 10px 0;
  font-size: 16px;
}
.bot_detail ul.sort li.active {
  background: #ed121b;
}
.bot_detail ul.sort li.active a {
  color: #fff;
}
.bot_detail ul.sort li:hover {
  background: #ed121b;
}
.bot_detail ul.sort li:hover a {
  color: #fff;
}
.bot_detail .detail_content {
  overflow: hidden;
}
.bot_detail .detail_content .detail_left {
  float: left;
  width: 75%;
  padding: 20px 30px 20px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .bot_detail .detail_content .detail_left {
    width: 100%;
    padding-right:0;
  }
}
@media (max-width: 767px) {
  .bot_detail .detail_content .detail_left {
    width: 100%;
    padding-right: 0;
  }
}
.bot_detail .detail_content .detail_left h3 {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top:30px;
  margin-bottom:10px;
}
.bot_detail .detail_content .detail_left h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.bot_detail .detail_content .detail_left p {
  margin-bottom: 10px;
}
.bot_detail .detail_content .detail_left .top_text>p{margin-bottom:0;}
.bot_detail .detail_content .detail_left img {
  max-width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

@media(max-width:767px){
  .bot_detail .detail_content .detail_left img {
    max-width: 100%;
  }
}
.bot_detail .detail_content .detail_left > div {
  display: none;
}
.bot_detail .detail_content .detail_left > div:first-child {
  display: block;
}
.bot_detail .detail_content .detail_right {
  float: right;
  width: 25%;
}
@media (max-width: 991px) {
  .bot_detail .detail_content .detail_right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bot_detail .detail_content .detail_right {
    width: 100%;
  }
}
.bot_detail .detail_content .detail_right div {
  margin-top: 30px;
  background: #f8f8f8;
  padding: 15px;
  border: 1px solid #ddd;
}
.bot_detail .detail_content .detail_right div.detail_right_xf{
  margin-top:0;
  background:none;
  padding:0;
  border:none;
}
.bot_detail .detail_content .detail_right div h5 {
  background: #ed121b;
  color: #fff;
  font-size: 16px;
  padding: 8px 0;
  margin-bottom: 10px;
}
.bot_detail .detail_content .detail_right div > a.img {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.bot_detail .detail_content .detail_right div > a.img img {
  width: 100%;
}
.bot_detail .detail_content .detail_right div a.more {
  border: 1px solid #ddd;
  display: block;
  padding: 6px 0;
  background: #fff;
  margin-top: 10px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.bot_detail .detail_content .detail_right div a.more:hover{
  background:#ed121b;
  border-color:#ed121b;
  color:#fff;
}
.bot_detail .detail_content .detail_right div li {
  text-align: left;
  margin: 4px 0;
}
.bot_detail .detail_content .detail_right div li>a {
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#666;
}
.bot_detail .detail_content .detail_right div li>a:hover {
color:#ed121b;
}
.bot_detail .detail_content .detail_right div p {
  margin-bottom: 10px;
  position: relative;
}
.bot_detail .detail_content .detail_right div p input {
  width: 100%;
  padding-left: 5px;
  border: 1px solid #ddd;
}
.bot_detail .detail_content .detail_right  input:focus,.bot_detail .detail_content .detail_right  textarea:focus{outline:none;}
.bot_detail .detail_content .detail_right div p textarea {
  width: 100%;
  padding-left: 5px;
  border: 1px solid #ddd;
}
.bot_detail .detail_content .detail_right div p img.yzm {
  position: absolute;
  right: 0;
  top:1px;
  height: 26px;
  width:105px;
}
.bot_detail .detail_content .detail_right div a.btn {
  display: block;
  background: #ed121b;
  color: #fff;
  font-size: 16px;
  padding: 4px 0;
}

.bot_detail  .detail_right form p{position:relative;}
.bot_detail  .detail_right form p i.iconfont{
  position:absolute;
  top:4px;
  right:3px;
}
.bot_detail  .detail_right #form p.p_yzm i.iconfont{
  right:107px;
 }
.bot_detail  .detail_right #form p.has-success i.iconfont{
  color:#01a73c;
}
.bot_detail  .detail_right #form p.has-error i.iconfont{
  color:#ed121b;
}
.bot_detail  .detail_right  #submit{
  background:#ed121b;
  color:#fff;
  display:block;
  width:100%;
  font-size: 16px;
}
.bot_detail  .detail_right  #submit:focus{outline:none;}
.bot_detail .relate {
  margin-top: 20px;
}
.bot_detail .relate h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
}
.bot_detail .relate h3 i {
  margin-right: 6px;
  color: #888;
  position: relative;
  top: -2px;
}
.bot_detail .relate h3 a {
  float: right;
  font-size: 14px;
}
.bot_detail .relate h3 a:hover {
  color: #ed121b;
}
.bot_detail .relate ul {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.bot_detail .relate ul li {
  position: relative;
  background: #f8f8f8;
  border: 1px solid #ddd;
  text-align: left;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.bot_detail .relate ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .bot_detail .relate ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .bot_detail .detail_content .detail_right div{margin-top:0;margin-bottom:20px;}
}
.bot_detail .relate ul li div {
  padding: 10px;
}
.bot_detail .relate ul li div p{
 color:#666;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.bot_detail .relate ul li h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.bot_detail .relate ul li > a {
  display: block;
  overflow:hidden;
}
.bot_detail .relate ul li > a img {
  width: 100%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.bot_detail .relate ul li:hover > a img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bot_detail .relate ul li a.more {
  display:inline-block;
  margin:10px 0;
  color: #fff;
  background: #999;
  padding: 2px 20px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.bot_detail .relate ul li a.more:hover {
  background: #ed121b;
  border: 1px solid #ed121b;
}
@media (max-width: 991px) {
  .bot_detail .relate ul li a.more {
    position: static;
    display: inline-block;
    margin: 10px 0 10px 0;
  }
  .bot_detail .detail_content .detail_right div{padding:10px;}
}

/*内页banner*/
.inner_banner {
  height: 320px;
}
@media (max-width: 1199px) {
  .inner_banner {
    padding-top: 26%;
    height: 0;
  }
}

/*index-contact-mode-------------*/
.index_contact {
  background-image: url(../img/contact.jpg);
  background-repeat: no-repeat;
  background-position:center center;
  background-size: cover;
  padding: 40px 0;
}
.index_contact .left {
  float: left;
  width: 49%;
  text-align: left;
}
@media (max-width: 767px) {
  .index_contact .left {
    width: 100%;
  }
}
.index_contact .left ul {
  margin: 0;
}
@media (max-width: 767px) {
  .index_contact .left ul {
    margin: 0 0 10px;
  }
}
.index_contact .left ul li {
  margin: 15px 0;
  font-size: 16px;
}
.index_contact .left ul li i {
  font-size: 24px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .index_contact .left ul li {
    margin: 12px 0;
    font-size: 14px;
  }
  .index_contact .left ul li i {
    font-size: 20px;
  }
}
.index_contact .right {
  float: right;
  width: 49%;
}
@media (max-width: 767px) {
  .index_contact .right {
    width: 100%;
  }
}
.index_contact .right form ul li {
  margin-bottom: 18px;
  overflow: hidden;
}
.index_contact .right form ul li input {
  padding-left: 10px;
  border: 1px solid #ddd;
  height: 28px;
}
.index_contact .right form ul li textarea {
  padding-left: 10px;
}
.index_contact .right form ul li:first-child {
  overflow: hidden;
}
.index_contact .right form ul li:first-child .put:first-child {
  float: left;
  width: 49%;
}
.index_contact .right form ul li:first-child .put:first-child input{
  width:100%;
}
.index_contact .right form ul li:first-child .put:last-child {
  float: right;
  width: 49%;
}
.index_contact .right form ul li:first-child .put:last-child input {
  width: 100%;
}




.index_contact .right form ul li .put  textarea{
  width: 100%;
  border:1px solid #ddd;
}
.index_contact #form .put{position:relative;}
.index_contact #form i.iconfont{
  position:absolute;
  top:6px;
  right:5px;
  font-size: 18px;
}
.index_contact #form .p_yzm .put i.iconfont{
  right:102px;
}
.index_contact #form .p_yzm .put:first-child  i.iconfont{
  right:2px;
}
.index_contact #form .put.has-error i{color:#ed121b;}
.index_contact #form .put.has-success i{color:#01a73c;}

.index_contact #form #submit{background:#ed121b;color:#fff;padding:4px 30px;float: right;}

.index_contact .right form ul li:nth-child(2) input {
  width: 100%;
  float: left;
}
.index_contact .right form ul li:nth-child(2) img {
  position: absolute;
  right: 0;
  top: 1px;
  height:26px;
  width:100px;
}

/*.index_contact .right form ul li:nth-child(2) {*/
  /*width: 49%;*/
  /*position: relative;*/
/*}*/

.index_contact .right form ul li:nth-child(2) .put:first-child {
  float: left;
  width: 49%;
}

.index_contact .right form ul li:nth-child(2)  .put:last-child {
  float: right;
  width: 49%;
}
.index_contact .right form ul li:nth-child(2)  .put input {
  width: 100%;
}


/*@media (max-width: 991px) {*/
  /*.index_contact .right form ul li:nth-child(2) {*/
    /*width: 60%;*/
  /*}*/
/*}*/
@media (max-width:374px) {
  .index_contact .right form ul li:nth-child(2) img {
    height: 32px;
    width:75px;
  }
}
.index_contact .right form ul li:last-child > textarea {
  width: 100%;
  border: 1px solid #ddd;
}
.index_contact .right form a.button {
  display: inline-block;
  background: #ed121b;
  color: #fff;
  padding: 3px 26px;
  float: right;
}
.index_contact .right form input:focus, .index_contact .right form textarea:focus {
  outline: none;
}

/*join_us----------------------------*/
.location.news {
  background: none;
}

.news_page .right .right_title h3 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  padding-bottom: 15px;
}
.news_page .right .right_title h3 i {
  color: #888;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.news_page .right img {
  width: 100%;
  margin: 20px 0;
}
.news_page #group {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
}
.news_page #group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.news_page #group .panel .panel-heading {
  background: #f4f4f4;
  padding: 0;
}
.news_page #group .panel .panel-heading a {
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.news_page #group .panel .panel-heading a:after {
  content: "";
  border: 10px solid transparent;
  display: inline-block;
  border-top-color: #ed121b;
  position: absolute;
  bottom: -18px;
  left: 120px;
  opacity: 0;
}
.news_page #group .panel .panel-heading a span {
  display: block;
  width: 250px;
  padding: 10px 15px;
  background: #ccc;
}
.news_page #group .panel .panel-heading a span:hover{
  background:#ed121b;
  color:#fff;
}
@media (max-width: 767px) {
  .news_page #group .panel .panel-heading a span {
    width: 100%;
  }
}
.news_page #group .panel .panel-heading a[aria-expanded="true"]:after {
  opacity: 1;
}
.news_page #group .panel .panel-heading a[aria-expanded="true"] span {
  background: #ed121b;
}
.news_page #group .panel .panel-body {
  padding-top: 20px;
  color:#666;
}
.news_page #group .panel .panel-body h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.news_page #group .panel .panel-body div {
  margin-bottom: 15px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

/*service*/
.news_page .right ul.service {
  overflow: hidden;
  margin: 20px 0;
}
.news_page .right ul.service li {
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 20px;
  -webkit-transition:background linear 0.4s;
  -moz-transition:background linear 0.4s;
  -o-transition:background linear 0.4s;
  -ms-transition:background linear 0.4s;
  transition:background linear 0.4s;


}
.news_page .right ul.service li:nth-child(2n) {
  margin-right: 0;
}
.news_page .right ul.service li h4 {
  font-size: 20px;
}
.news_page .right ul.service li span {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #ddd;
  line-height: 20px;
  position: relative;
  top: -3px;
}
.news_page .right ul.service li p > a {
  font-size: 20px;
}
.news_page .right ul.service li p > i {
  font-size: 24px;
  color: #aaa;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .news_page .right ul.service li {
    padding: 15px 5px;
  }
  .news_page .right ul.service li h4 {
    font-size: 18px;
  }
  .news_page .right ul.service li p > a {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .news_page .right ul.service li {
    padding: 10px 3px;
  }
}
.news_page .right ul.service li:hover {
  background: #ed121b;
  color: #fff;
}
.news_page .right ul.service li:hover i {
  color: #fff;
}
.news_page .right ul.service li:hover a {
  color: #fff;
}
@media(max-width:1199px){
  .news_page .right ul.service li{padding:20px 0;}
}
@media(max-width:991px){
  .news_page .right ul.service li h4{font-size:16px;}
  .news_page .right ul.service li p > a{font-size:18px;}
}
@media(max-width:767px){
  .news_page .right ul.service li{width:100%;margin-right:0;}
}
/*contact_us----------------------*/
.news_page .right .text_title {
  margin-bottom: 45px;
  text-align: center;
}
.news_page .right .text_title h3 {
  font-size: 24px;
}
.news_page .right .text_title span {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #ed121b;
}
.news_page .right ul.contact_us {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .news_page .right ul.contact_us {
    margin-bottom: 0;
  }
}
.news_page .right ul.contact_us li {
  padding: 30px;
  position: relative;
  float: left;
  border: 1px solid #eee;
  background:#f8f8f8;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
@media (max-width: 991px) {
  .news_page .right ul.contact_us li {
    padding: 30px 3px;
  }
}
@media (max-width: 767px) {
  .news_page .right ul.contact_us li {
    width: 100%;
    margin-bottom: 45px;
  }
}
.news_page .right ul.contact_us li:last-child {
  margin-right: 0;
}
.news_page .right ul.contact_us li .tb {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
}
.news_page .right ul.contact_us li span {
  display: inline-block;
  background: #aaa;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
}
.news_page .right ul.contact_us li span>a{display:block;width:60px;height:60px;border-radius:50%;}
.news_page .right ul.contact_us li span i {
  color: #fff;
  font-size: 26px;
}
.news_page .right ul.contact_us li span i:before {
  line-height: 60px;
}
.news_page .right ul.contact_us li:hover span {
  background: #ed121b;
}
@media(min-width:768px){
  .news_page .right ul.contact_us li{min-height:110px;}
}


.news_page .right .map {
  width: 100%;
  height: 300px;
}
.news_page .right .map #allmap {
  height: 300px;
}
.news_page .right .map #allmap img{width:auto;}
.news_page .right .leave_msg {
  margin-top: 20px;
  margin-bottom: 30px;
}
.news_page .right .leave_msg h4 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_page .right .leave_msg ul {
  overflow: hidden;
  margin-top: 20px;
}
.news_page .right .leave_msg ul li {
  position: relative;
  float: left;
  width: 46%;
  margin-bottom: 15px;
}
.news_page .right .leave_msg ul li .tb{display:table;width:100%;}
.news_page .right .leave_msg ul li .tb span{display:table-cell; width:40px;   vertical-align: middle;}
.news_page .right .leave_msg ul li .tb .put{display:table-cell;}
.news_page .right .leave_msg ul li:last-child .tb span{display:table-cell;    vertical-align:top;}

.news_page .right .leave_msg ul li:nth-child(2n) {
  float: right;
}
.news_page .right .leave_msg ul li span {
  /*display: inline-block;*/
  /*width: 20%;*/
}
.news_page .right .leave_msg ul li .put{
  /*width: 76%;*/
  padding-left: 5px;
  /*float:right;*/
}
.news_page .right .leave_msg ul li .put input{
  border: 1px solid #ddd;
  width: 100%;
  padding:0 4px;
}


.news_page .right .leave_msg  li .put.has-success i{color:#01a73c;}
.news_page .right .leave_msg li .put.has-error i{color:#ed121b;}
.news_page .right .leave_msg ul li input:focus,.news_page .right .leave_msg ul li textarea:focus{outline:none;}
.news_page .right .leave_msg ul li:last-child {
  width: 100%;
}
.news_page .right .leave_msg ul li:last-child .put {
  /*width: 88.73%;*/
  padding-left: 5px;
  display:table-cell;
}
.news_page .right .leave_msg ul li:last-child .put textarea {
  border:1px solid #ddd;
  width:100%;
  padding:0 4px;
}
.news_page .right .leave_msg  li .put{position:relative;}
.news_page .right .leave_msg li .put i.iconfont{
  position:absolute;
  top:3px;
  right:3px;
}
.news_page .right .leave_msg ul li:last-child span {
  /*width: 9.6%;*/
  /*position: relative;*/
  /*top: -100px;*/
}
.news_page .right .leave_msg ul li img {
  width: 8px;
  position: absolute;
  top: -5px;
  right: 0;
}
@media (max-width: 767px) {
  .news_page .right .leave_msg ul li {
    width: 100%;
  }
  /*.news_page .right .leave_msg ul li span {*/
    /*width: 14%;*/
  /*}*/
  /*.news_page .right .leave_msg ul li input {*/
    /*width: 83%;*/
  /*}*/
  /*.news_page .right .leave_msg ul li:last-child span {*/
    /*width: 14%;*/
  /*}*/
  /*.news_page .right .leave_msg ul li:last-child textarea {*/
    /*width: 83%;*/
  /*}*/
}


.news_page .right .leave_msg ol {
  text-align: right;
}
@media (max-width: 767px) {
  .news_page .right .leave_msg ol {
    margin-right: 3%;
  }
}
.news_page .right .leave_msg ol li {
  position: relative;
  display: inline-block;
}
.news_page .right .leave_msg ol li img {
  position: absolute;
  right: 0;
  top:1px;
  width: 71px;
  margin: 0;
  height:26px;
}
.news_page .right .leave_msg ol li input {
  width: 180px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.news_page .right .leave_msg ol li input:focus{outline:none;}
.news_page .right .leave_msg ol .put i{right:73px;}
.news_page .right .leave_msg ol li .btn {
  background: #ed121b;
  color: #fff;
  padding: 4px 10px;
  width: 180px;
  border-radius: 0;
  margin-left: 20px;
  margin-top: -4px;
}
.news_page .right .leave_msg ol li .btn:focus{outline:none;}
@media (max-width: 767px) {
  .news_page .right .leave_msg ol li {
    display: block;
  }
}

@media(max-width:767px){
  .news_page .right .leave_msg ol li .btn{margin-top:20px;}
}
/*solution_page----------------------------------*/
.solution_page .title {
  background: #f8f8f8;
  margin-bottom: 0;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .solution_page .title {
    padding-bottom: 0;
  }
}
.solution_page .solution > li {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
}
.solution_page .solution > li:nth-child(2n) {
  background: #fff;
}
.solution_page .solution > li a.img {
  overflow: hidden;
  float: left;
  width: 30%;
  display: block;
}
@media (max-width: 767px) {
  .solution_page .solution > li a.img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.solution_page .solution > li a.img img {
  width: 100%;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.solution_page .solution > li a.img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_page .solution div.right {
  float: right;
  width: 70%;
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .solution_page .solution div.right {
    width: 100%;
    padding-left: 0;
  }
}
.solution_page .solution div.right h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.solution_page .solution div.right .ul_all {
  max-height: 165px;
}
.solution_page .solution div.right .ul_all ul {
  float: left;
  width: 50%;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .solution_page .solution div.right .ul_all ul {
    width: 100%;
  }
}
.solution_page .solution div.right .ul_all ul li {
  margin-bottom: 8px;
}
.solution_page .solution div.right .ul_all ul li a {
  color: #666;
}
.solution_page .solution div.right .ul_all ul li:hover i {
  color: #ed121b;
}
.solution_page .solution div.right .ul_all ul li:hover a {
  color: #ed121b;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(237, 18, 27, 0.8);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #ed121b;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #ed121b;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ed121b;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e8e1e1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 30px !important;
}

.mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}

#page {
  margin: 40px 0;
  text-align: right;
}
@media (max-width: 767px) {
  #page {
    text-align: center;
    margin:20px 0;
  }
}
#page li{display:inline-block;}
#page a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 9px;
  margin: 3px 5px;
}
#page li.active  a{
  color: #fff;
  background: #ed121b;
  border: 1px solid #ed121b;
}
#page a:hover {
  color: #fff;
  background: #ed121b;
  border: 1px solid #ed121b;
}

#sxy {
  overflow: hidden;
  background: #f8f8f8;
  padding: 10px;
  margin-top: 20px;
}
#sxy li {
  float: left;
  width: 50%;
  padding: 5px 0;
}
#sxy li:first-child {
  border-right: 1px solid #ddd;
  text-align: left;
}
#sxy li:first-child span {
  margin-right: 5px;
}
#sxy li:last-child {
  text-align: right;
}
#sxy li:last-child span.right_arrow {
  margin-left: 5px;
}
#sxy li:last-child span.left_arrow{display:none;}
@media(max-width:1199px){
  #sxy li:last-child span.left_arrow {
    margin-right: 5px;
    display:inline-block;
}
  #sxy li:last-child span.right_arrow{display:none;}
}

@media (max-width: 1199px) {
  #sxy li {
    width: 100%;
  }
  #sxy li:first-child {
    border: none;
  }
  #sxy li:last-child {
    text-align: left;
  }
}
#sxy li a:hover {
  color: #ed121b;
}

/*分享代码*/
#fx {
  text-align: right;
  margin: 20px 0;
}

#fx a {
  float: none;
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background: #666666 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin:6px 6px 6px 0;
}
#fx a:before {
  position: relative;
  right:7px;
}

#fx_bottom {
  text-align: left;
  margin-bottom: 5px;
}

#fx_bottom a {
  float: none;
  display: inline-block;
  background: none;
  padding: 0 !important;
  color: #999;
  font-size: 20px;
}
#fx_bottom a:before {
  position: relative;
  right: -7px;
}

/*search_end-------------*/
#search_end {
  padding: 20px 0;

}
#search_end h3 {
  margin-bottom: 30px;
	text-align:center;
}
#search_end ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
	
}
#search_end ul > li:first-child {
  border-top: 1px solid #ddd;
}
#search_end ul > li h4 {
	text-align:left;
	font-size:14px;
}

#search_end ul > li h4>a{
  display:inline-block;
  width:70%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

#search_end ul > li span{
	float:right;
	font-size:14px;
    display:inline-block;
    width:28%;
    overflow:hidden;
   text-overflow:ellipsis;
   white-space:nowrap;
}
#search_end ul > li h4 a:hover {
  color: #ed121b;
}

/*footer*/
#footer .top {
  background: #efefef;
  padding: 26px 0;
}
#footer .top .bottom_nav {
  float: left;
  width: 15.873%;
  text-align: left;
}
#footer .top .bottom_nav ul > li > a {
  color: #666;
}
#footer .top .bottom_nav ul > li > a>span {
 display:inline-block;margin-right:2px;
}
#footer .top .bottom_nav ul > li > a:hover {
  color: #ed121b;
}
@media (max-width: 767px) {
  #footer .top .bottom_nav {
    border-bottom: 1px solid #d6d6d6;
  }
}
@media (max-width: 991px) {
  #footer .top .bottom_nav {
    padding-right: 3px;
  }
}
#footer .top .bottom_nav:nth-child(2) {
  width: 23.6349%;
}
#footer .top .bottom_nav:nth-child(1) {
  width: 14.873%;
}
#footer .top .bottom_nav:nth-child(4) {
  width: 14.873%;
}
#footer .top .bottom_nav:nth-child(5) {
  width: 14.873%;
}

@media (max-width: 767px) {
  #footer .top .bottom_nav {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #footer .top .bottom_nav ul {
    display: none;
    margin-bottom: 10px;
  }
  #footer .top .bottom_nav.dk > ul {
    display: block;
  }
}
#footer .top .bottom_nav h3 {
  font-size: 16px;
  padding-bottom: 10px;
}
#footer .top .bottom_nav h3 a {
  color: #000;
}
#footer .top .bottom_nav h3 a:hover {
  color: #ed121b;
}
@media (min-width: 768px) {
  #footer .top .bottom_nav h3 {
    position: relative;
  }
  #footer .top .bottom_nav h3:after {
    background: #ed121b;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #footer .top .bottom_nav h3 {
    padding-bottom: 10px;
    font-size:14px;
    cursor:pointer;
  }
  #footer .top .bottom_nav h3:after {
    color: #666;
    content: "+";
    float: right;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: transform linear .3s;
    -moz-transition: transform linear .3s;
    -o-transition: transform linear .3s;
    -ms-transition: transform linear .3s;
    transition: transform linear .3s;
  }
}
@media (max-width: 767px) {
  #footer .top .bottom_nav.dk h3:after {
    -webkit-transform: rotate(45deg) scale(1.1);
    -moz-transform: rotate(45deg) scale(1.1);
    -o-transform: rotate(45deg) scale(1.1);
    -ms-transform: rotate(45deg) scale(1.1);
  }
}
#footer .top .bottom_nav li {
  margin: 5px 0;
}
@media(max-width:991px) and (min-width:768px){
  #footer .top .bottom_nav li {
   overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}
@media (max-width: 767px) {
  #footer .top .bottom_nav li > a {
    display: block;
    padding: 0 10px;
  }
}
#footer .top .bottom_nav li img.ewm {
  opacity: 0.6;
}
#footer .top .bottom_nav li img.ewm:hover {
  opacity: 1;
}
#footer .bottom {
  padding: 10px 0;
  background: #dbdbdb;
}
@media (max-width: 767px) {
  #footer .bottom {
    margin-bottom: 52px;
  }
}
#footer .bottom p {
  display: inline-block;
}
#footer .bottom p:last-child {
  margin-left: 10px;
}
@media (max-width: 991px) {
  #footer .bottom p {
    display: block;
  }
  #footer .bottom p:last-child {
    margin-left: 0;
  }
}
#footer a:hover {
  color: #ed121b;
}
@media (max-width: 767px) {
  #footer .bottom .p_d{
    display: block;
  }
}

#foot-menu {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ed121b;
  z-index:10000;
}
#foot-menu a {
  display: block;
  float: left;
  width: 25%;
  color: #fff;
  position: relative;
  padding: 2px 0;
  text-align: center;
  -webkit-transition: all linear 0.6s;
  -moz-transition: all linear 0.6s;
  -o-transition: all linear 0.6s;
  -ms-transition: all linear 0.6s;
  transition: all linear 0.6s;
}
#foot-menu a span {
  display: block;
}
#foot-menu a:hover {
  background: rgba(0, 0, 0, 0.2);
}

/*arow_up*/
#arrow_up {
  background: #ed121b;
  position: fixed;
  z-index:10000;
  opacity: .5;
  bottom: 64px;
  right: 20px;
  padding: 4px 5px 0;
  border-radius: 3px;
  display: none;
}
#arrow_up i {
  font-size: 20px;
  color: #fff;
}
#arrow_up:hover {
  opacity: 1;
}

/* WebKit browsers*/
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}

/* Mozilla Firefox 4 to 18*/
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #bbb;
  font-size: 14px;
}

/* Mozilla Firefox 19+*/
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #bbb;
  font-size: 14px;
}

/* Internet Explorer 1
0+*/
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
  font-size: 14px;
}

/*about_地球旋转效果*/
#div1 {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  #div1 {
    overflow: hidden;
  }
}

#div1 a {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 6px;
}

#div1 a:hover {
  color: #ed121b;
}

#div1 a.active {
  color: #ed121b;
}


/*手机端 每块  的padding*/
@media(max-width:767px){
  .index_news,.index_product,.index_contact,.about .profile,.about .culture .bg_cover,.honor,.intro .bot{padding:20px 0;}
  .index_news .box{padding:10px;}
  #footer .top{padding:16px 0 8px;}
  .product_list h2 a,.product_list .heading span{font-size:16px;}
}

.news_info_left li{}

#nav li,#footer li,.about li,.index_news li,.index_contact li,.intro li,.product_page li,.product_list li,.relate li,.solution_page li
,.relate_news li,#sxy li,#page li,.news_page li,#cover_all li,.detail_right li {list-style:none;}

#search_end li ,.index_message li{
  list-style:none;
}
/*滚动时头部导航固定*/
/*#nav.nav-fixed{*/
  /*position:fixed;*/
  /*top:0;width:100%;*/
  /*z-index:1000000;*/
  /*background:#fff;*/
  /*border-bottom:1px solid #eee;*/
/*}*/

/*右侧悬浮*/
.affix-top,.affix-bottom{position:relative;}


@media(min-width:1200px){
  .bot_detail .detail_right_xf div:last-child.affix{
    position:fixed;
    top:60px;
    width:285px;
    z-index:10000;
  }
  #p_detail_leftH{min-height:893px;}
  .news_page .left.affix{
    position:fixed;
    top:90px;
    width:205px;
    z-index:10000;
  }
}

@media(min-width:992px)and (max-width:1199px){
  .bot_detail .detail_right_xf div:last-child.affix{
    position:fixed;
    top:60px;
    width:235px;
    z-index:10000;
  }
  .news_page .left.affix{
    position:fixed;
    top:90px;
    width:169px;
    z-index:10000;
  }
  #p_detail_leftH{min-height:823px;}
}


@media(min-width:768px)and (max-width:991px){
  .bot_detail .detail_right_xf div:last-child{
    position:static;
    margin-bottom: 30px;
  }

  .news_page .left.affix{
    position:fixed;
    top:90px;
    width:129px;
    z-index:10000;
  }
}



@media(max-width:767px){
  .bot_detail .detail_right_xf div:last-child{
    position:static;
    margin-bottom: 30px;
  }
  .news_page .left.affix{
    position:static;
  }
}


/*微信分享  的底部字高*/
.bd_weixin_popup .bd_weixin_popup_foot{line-height:16px!important;
  position: relative;
  top: -3px;}
.bd_weixin_popup .bd_weixin_popup_main{padding:10px!important;}